Skip to main content

Output Parameter

The Output Parameter component is a workflow step designed to define and handle outputs that are passed to other workflows when the current workflow is executed. This component is crucial for workflows that function as part of larger, interconnected systems, allowing them to output data dynamically to subsequent processes.

Properties

Input

  • Step Name: Allows users to specify a name for the step, aiding in its clear identification within the workflow.
  • Value: Accepts the data that will be output from the workflow. This input can be connected to the output of another component within the workflow to dynamically pass data along to other workflows or systems.

image

Output

  • While this component itself does not produce a visible output within the workflow, it configures the workflow to pass its specified Value to other workflows that call or execute it. This enables the Value to act as a return parameter, facilitating data sharing and process integration across different workflow executions.

This functionality enhances the modularity and reusability of workflows, enabling them to function effectively as part of larger automated processes where data must flow seamlessly from one workflow to another.